home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / manageme / tcpdump-.001 / tcpdump-~ / tcpdump-3.0.2-linux / linux-include / netinet / in_systm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-02  |  600 b   |  23 lines

  1. /*    @(#)in_systm.h 1.8 88/08/19 SMI; from UCB 7.1 6/5/86    */
  2.  
  3. /*
  4.  * Copyright (c) 1982, 1986 Regents of the University of California.
  5.  * All rights reserved.  The Berkeley software License Agreement
  6.  * specifies the terms and conditions for redistribution.
  7.  */
  8.  
  9. /*
  10.  * Miscellaneous internetwork
  11.  * definitions for kernel.
  12.  */
  13.  
  14. #ifndef _netinet_in_systm_h
  15. #define _netinet_in_systm_h
  16.  
  17. typedef u_short n_short;        /* short as received from the net */
  18. typedef u_long    n_long;            /* long as received from the net */
  19.  
  20. typedef    u_long    n_time;            /* ms since 00:00 GMT, byte rev */
  21.  
  22. #endif /*!_netinet_in_systm_h*/
  23.